home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3winume.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  466 b   |  18 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3winume.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/wires/r3wire.js")
  7. include("real/objects/r3numesh.js")
  8. var R3CLID_WINUMESH = 134;
  9. function r3Winumesh () { 
  10.    this.base = r3God;
  11.    if(arguments.length) {
  12.       this.base(R3CLID_WINUMESH, arguments);
  13.    }
  14.    // Attributes
  15. }
  16.  
  17. r3Winumesh.prototype=new r3Wire;
  18. // inc/real/wires/r3winume.h_H